@charset "utf-8";
/* 头部底部 CSS*/

/*
	border:1px solid #FF0000;
*/


/*                header 开始              */

#header{
	width:970px;
	height:122px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/bg_header.png) no-repeat;
	}
.header_l{
	width:650px;
	height:122px;
	overflow:hidden;
	display:inline;
	}
.logo{
	width:350px;
	height:48px;
	overflow:hidden;
	margin-left:45px;
	margin-top:18px;
	margin-bottom:20px;
	}
.mainNav{
	width:500px;
	height:30px;
	overflow:hidden;
	margin-left:90px;
	}
.mainNav ul li{
	width:75px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
	background:url(../images/mainNav_bg.gif) no-repeat 74px 8px;
	}
.mainNav ul li a{
	color:#020202;
	font-weight:bold;
	font-size:13px;
	}
.mainNav ul li a:hover{
	color:#1e3b7d;
	}
#now_index{
	color:#1e3b7d;
	}
	
.header_r{
	width:300px;
	height:122px;
	overflow:hidden;
	}	
.topNav1{
	width:240px;
	height:25px;
	margin:18px 0 50px;
	overflow:hidden;
	margin-left:60px;
	}
.topNav1 a{
	width:80px;
	height:25px;
	line-height:25px;
	display:block;
	float:left;
	background:url(../images/icon_index_1.gif) no-repeat 0 8px;
	text-indent:12px;
	color:#000000;
	}
.topNav1 a:hover{
	color:#0d5399;
	}
.topNav2{
	width:300px;
	height:18px;
	overflow:hidden;
	}
.topNav2 input{
	float:left;
	border:none;
	}
.topNav2 a{
	width:52px;
	height:18px;
	line-height:17px;
	text-indent:10px;
	display:block;
	float:left;
	font-size:11px;
	color:#FFFFFF;
	background:url(../images/icon_index_2.gif) no-repeat bottom;
	}
/*                header 结束            */

/*                footer 开始              */

#footer{
	width:970px;
	height:90px;
	margin:0 auto;
	background:url(../images/footer_bg.png) no-repeat top;
	}
.footer1{
	width:945px;
	height:45px;
	line-height:45px;
	margin-left:25px;
	margin-top:5px;
	overflow:hidden;
	}
.footer1 ul li{
	width:auto;
	height:45px;
	line-height:45px;
	margin-right:15px;
	color:#000000;
	float:left;
	}
.footer1 ul li a{
	color:#000000;
	}
.footer1 ul li a:hover{
	color:#0d5399;
	}
.footer2{
	width:970px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	}
.footer2 p{
	float:right;
	height:30px;
	line-height:30px;
	margin-right:15px;
	color:#FFFFFF;
	}
/*                footer 结束            */